Interface PolicyMapParameter

All Superinterfaces:
IPCObject
All Known Implementing Classes:
PolicyMapParameterImpl

public interface PolicyMapParameter extends IPCObject
Information provided by the PKI file:

    \class CPolicyMapParameter
    
    \brief CPolicyMapParameter holds parameters configured on policy-map type inspect on the asa
    
Author:
Auto-generated
  • Method Details

    • getPolicyMapName

      String getPolicyMapName()
      Information provided by the PKI file:
      
          \brief Returns the policyMap name that is being used
          
          \return string, the policy map name.
          
              
      Returns:
      String Returns a String
    • getRunningConfig

      List<String> getRunningConfig()
      Information provided by the PKI file:
      
          \brief Returns the running config string representation of policy map parameter
          
          \return vector<string> returns the running config string representation of policy map parameter.
          
              
      Returns:
      List<String> Returns a List<String>
    • getStatementCnt

      int getStatementCnt()
      Information provided by the PKI file:
      
          \brief Returns the number of statements configured under policy map parameter
          
          return int, the number of statements configured under policy map parameter.
          
              
      Returns:
      int Returns a int
    • getStatementAt

      PolicyMapParameterStatement getStatementAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the policyMap name parameter statement based on index
          
          \param index, index to get the policy map from.
          
          \return PolicyMapParameterStatement, the policyMap name parameter statement based on index
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      PolicyMapParameterStatement Returns a PolicyMapParameterStatement
    • getStatement

      PolicyMapParameterStatement getStatement(String statement)
      Information provided by the PKI file:
      
          \brief Returns the policy map parameter statement based on the string representation
          
          \param statement, statement to get the policy map for.
          
          \return PolicyMapParametersStatement, the policy map parameter statement based on the string representation.
          
              
      Parameters:
      statement - Takes in a parameter of statement
      Returns:
      PolicyMapParameterStatement Returns a PolicyMapParameterStatement
    • toString

      String toString()
      Information provided by the PKI file:
      
          \brief Return the configuration in string
          
          \return string, the configuration as a string.
          
              
      Overrides:
      toString in class Object
      Returns:
      String Returns a String